Html Css Color HEX #D1336A Cerise

📋 copy color: '#D1336A'

red 209 ◦ green 51 ◦ blue 106

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

Shades of Cerise #D1336A

Tints of Cerise #D1336A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.93%

 BLUE value IS 106 (41.8% from 255) = 28.96%

R = 57.1%
G = 13.93%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1336A (or 0xD1336A) is known color: Cerise. HEX triplet: D1, 33 and 6A. RGB value is (209,51,106). Sum of RGB (Red+Green+Blue) = 209+51+106=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D1336A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1336A is #2ECC95. Grayscale: #686868. Windows color (decimal): -3067030 or 6960081. OLE color: 6960081.

HSL color Cylindrical-coordinate representation of color #D1336A: hue angle of 339.11º 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 #D1336A is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 51 106 -
CMYK 0 0.76 0.49 0.18
HSL 339.11º 0.63% 0.51% -
HSV(B) 339.11º 0.76% 0.82% -
XYZ 30.08 16.96 15.32 -
YUV 104.51 128.85 202.53 -
System Red Green Blue C M Y K H S L
Decimal 209 51 106 0 0.76 0.49 0.18 339.11 0.63 0.51
Hex D1 33 6A 0 4C 31 12 153 3F 33
Octal 321 63 152 0 114 61 22 523 77 63
Binary 11010001 110011 1101010 0 1001100 110001 10010 101010011 111111 110011

Color Harmonies of #D1336A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1336A

Black with #D1336A

Text Example


Text Example

White with #D1336A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1336A; }

 p { color: rgb(209,51,106); }

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

background-color css

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

 a { background-color: rgb(209,51,106); }

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

border-color css

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

 span { border-color: rgb(209,51,106); }

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