Html Css Color HEX #D1367F Deep Cerise

📋 copy color: '#D1367F'

red 209 ◦ green 54 ◦ blue 127

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

Shades of Deep Cerise #D1367F

Tints of Deep Cerise #D1367F

RGB

 RED value IS 209 (82.03% from 255) = 53.59%

 GREEN value IS 54 (21.48% from 255) = 13.85%

 BLUE value IS 127 (50% from 255) = 32.56%

R = 53.59%
G = 13.85%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1367F (or 0xD1367F) is known color: Deep Cerise. HEX triplet: D1, 36 and 7F. RGB value is (209,54,127). Sum of RGB (Red+Green+Blue) = 209+54+127=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D1367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1367F is #2EC980. Grayscale: #6C6C6C. Windows color (decimal): -3066241 or 8337105. OLE color: 8337105.

HSL color Cylindrical-coordinate representation of color #D1367F: hue angle of 331.74º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1367F is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 54 127 -
CMYK 0 0.74 0.39 0.18
HSL 331.74º 0.63% 0.52% -
HSV(B) 331.74º 0.74% 0.82% -
XYZ 31.44 17.73 21.84 -
YUV 108.67 138.35 199.56 -
System Red Green Blue C M Y K H S L
Decimal 209 54 127 0 0.74 0.39 0.18 331.74 0.63 0.52
Hex D1 36 7F 0 4A 27 12 14C 3F 34
Octal 321 66 177 0 112 47 22 514 77 64
Binary 11010001 110110 1111111 0 1001010 100111 10010 101001100 111111 110100

Color Harmonies of #D1367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1367F

Black with #D1367F

Text Example


Text Example

White with #D1367F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1367F; }

 p { color: rgb(209,54,127); }

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

background-color css

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

 a { background-color: rgb(209,54,127); }

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

border-color css

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

 span { border-color: rgb(209,54,127); }

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