Html Css Color HEX #D1365C Cerise

📋 copy color: '#D1365C'

red 209 ◦ green 54 ◦ blue 92

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

Shades of Cerise #D1365C

Tints of Cerise #D1365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.92%

R = 58.87%
G = 15.21%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1365C (or 0xD1365C) is known color: Cerise. HEX triplet: D1, 36 and 5C. RGB value is (209,54,92). Sum of RGB (Red+Green+Blue) = 209+54+92=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1365C is #2EC9A3. Grayscale: #686868. Windows color (decimal): -3066276 or 6043345. OLE color: 6043345.

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

Color convert

RGB 209 54 92 -
CMYK 0 0.74 0.56 0.18
HSL 345.29º 0.63% 0.52% -
HSV(B) 345.29º 0.74% 0.82% -
XYZ 29.55 16.97 11.84 -
YUV 104.68 120.85 202.41 -
System Red Green Blue C M Y K H S L
Decimal 209 54 92 0 0.74 0.56 0.18 345.29 0.63 0.52
Hex D1 36 5C 0 4A 38 12 159 3F 34
Octal 321 66 134 0 112 70 22 531 77 64
Binary 11010001 110110 1011100 0 1001010 111000 10010 101011001 111111 110100

Color Harmonies of #D1365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1365C

Black with #D1365C

Text Example


Text Example

White with #D1365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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