Html Css Color HEX #D1366B Cerise

📋 copy color: '#D1366B'

red 209 ◦ green 54 ◦ blue 107

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

Shades of Cerise #D1366B

Tints of Cerise #D1366B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.92%

R = 56.49%
G = 14.59%
B = 28.92%

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

#D1366B (or 0xD1366B) is known color: Cerise. HEX triplet: D1, 36 and 6B. RGB value is (209,54,107). Sum of RGB (Red+Green+Blue) = 209+54+107=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D1366B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1366B is #2EC994. Grayscale: #6A6A6A. Windows color (decimal): -3066261 or 7026385. OLE color: 7026385.

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

Color convert

RGB 209 54 107 -
CMYK 0 0.74 0.49 0.18
HSL 339.48º 0.63% 0.52% -
HSV(B) 339.48º 0.74% 0.82% -
XYZ 30.27 17.26 15.65 -
YUV 106.39 128.35 201.19 -
System Red Green Blue C M Y K H S L
Decimal 209 54 107 0 0.74 0.49 0.18 339.48 0.63 0.52
Hex D1 36 6B 0 4A 31 12 153 3F 34
Octal 321 66 153 0 112 61 22 523 77 64
Binary 11010001 110110 1101011 0 1001010 110001 10010 101010011 111111 110100

Color Harmonies of #D1366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1366B

Black with #D1366B

Text Example


Text Example

White with #D1366B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1366B; }

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

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

background-color css

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

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

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

border-color css

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

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

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