Html Css Color HEX #D13267 Cerise

📋 copy color: '#D13267'

red 209 ◦ green 50 ◦ blue 103

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

Shades of Cerise #D13267

Tints of Cerise #D13267

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.81%

 BLUE value IS 103 (40.63% from 255) = 28.45%

R = 57.73%
G = 13.81%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D13267 (or 0xD13267) is known color: Cerise. HEX triplet: D1, 32 and 67. RGB value is (209,50,103). Sum of RGB (Red+Green+Blue) = 209+50+103=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D13267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13267 is #2ECD98. Grayscale: #676767. Windows color (decimal): -3067289 or 6763217. OLE color: 6763217.

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

Color convert

RGB 209 50 103 -
CMYK 0 0.76 0.51 0.18
HSL 340º 0.63% 0.51% -
HSV(B) 340º 0.76% 0.82% -
XYZ 29.88 16.82 14.5 -
YUV 103.58 127.68 203.19 -
System Red Green Blue C M Y K H S L
Decimal 209 50 103 0 0.76 0.51 0.18 340 0.63 0.51
Hex D1 32 67 0 4C 33 12 154 3F 33
Octal 321 62 147 0 114 63 22 524 77 63
Binary 11010001 110010 1100111 0 1001100 110011 10010 101010100 111111 110011

Color Harmonies of #D13267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13267

Black with #D13267

Text Example


Text Example

White with #D13267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13267; }

 p { color: rgb(209,50,103); }

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

background-color css

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

 a { background-color: rgb(209,50,103); }

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

border-color css

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

 span { border-color: rgb(209,50,103); }

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