Html Css Color HEX #D7267A Deep Cerise

📋 copy color: '#D7267A'

red 215 ◦ green 38 ◦ blue 122

#D7267A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D7267A

Tints of Deep Cerise #D7267A

RGB

 RED value IS 215 (84.38% from 255) = 57.33%

 GREEN value IS 38 (15.23% from 255) = 10.13%

 BLUE value IS 122 (48.05% from 255) = 32.53%

R = 57.33%
G = 10.13%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D7267A (or 0xD7267A) is known color: Deep Cerise. HEX triplet: D7, 26 and 7A. RGB value is (215,38,122). Sum of RGB (Red+Green+Blue) = 215+38+122=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7267A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7267A is #28D985. Grayscale: #646464. Windows color (decimal): -2677126 or 8005335. OLE color: 8005335.

HSL color Cylindrical-coordinate representation of color #D7267A: hue angle of 331.53º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7267A is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 38 122 -
CMYK 0 0.82 0.43 0.16
HSL 331.53º 0.7% 0.5% -
HSV(B) 331.53º 0.82% 0.84% -
XYZ 32.23 17.24 20.04 -
YUV 100.5 140.14 209.67 -
System Red Green Blue C M Y K H S L
Decimal 215 38 122 0 0.82 0.43 0.16 331.53 0.7 0.5
Hex D7 26 7A 0 52 2B 10 14C 46 32
Octal 327 46 172 0 122 53 20 514 106 62
Binary 11010111 100110 1111010 0 1010010 101011 10000 101001100 1000110 110010

Color Harmonies of #D7267A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7267A

Black with #D7267A

Text Example


Text Example

White with #D7267A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7267A; }

 p { color: rgb(215,38,122); }

 H1.HeaderClassName
 {
   color: #D7267A;
 }
 .AnyTagClassName
 {
   color: #D7267A;
 }
</style>

background-color css

<style>
 a { background-color: #D7267A; }

 a { background-color: rgb(215,38,122); }

 div.DivClassName
 {
   background-color: #D7267A;
 }
 .BgClassName
 {
   background-color: #D7267A;
 }
</style>

border-color css

<style>
 span { border-color: #D7267A; }

 span { border-color: rgb(215,38,122); }

 td.TdClassName
 {
   border-color: #D7267A;
 }
 .TagClassName
 {
   border-color: #D7267A;
 }
</style>