Html Css Color HEX #D1366A Cerise

📋 copy color: '#D1366A'

red 209 ◦ green 54 ◦ blue 106

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

Shades of Cerise #D1366A

Tints of Cerise #D1366A

RGB

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

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

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

R = 56.64%
G = 14.63%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1366A (or 0xD1366A) is known color: Cerise. HEX triplet: D1, 36 and 6A. RGB value is (209,54,106). Sum of RGB (Red+Green+Blue) = 209+54+106=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D1366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1366A is #2EC995. Grayscale: #6A6A6A. Windows color (decimal): -3066262 or 6960849. OLE color: 6960849.

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

Color convert

RGB 209 54 106 -
CMYK 0 0.74 0.49 0.18
HSL 339.87º 0.63% 0.52% -
HSV(B) 339.87º 0.74% 0.82% -
XYZ 30.22 17.23 15.37 -
YUV 106.27 127.85 201.27 -
System Red Green Blue C M Y K H S L
Decimal 209 54 106 0 0.74 0.49 0.18 339.87 0.63 0.52
Hex D1 36 6A 0 4A 31 12 154 3F 34
Octal 321 66 152 0 112 61 22 524 77 64
Binary 11010001 110110 1101010 0 1001010 110001 10010 101010100 111111 110100

Color Harmonies of #D1366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1366A

Black with #D1366A

Text Example


Text Example

White with #D1366A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1366A; }

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

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

background-color css

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

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

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

border-color css

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

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

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