Html Css Color HEX #D1365A Cerise

📋 copy color: '#D1365A'

red 209 ◦ green 54 ◦ blue 90

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

Shades of Cerise #D1365A

Tints of Cerise #D1365A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 59.21%
G = 15.3%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1365A (or 0xD1365A) is known color: Cerise. HEX triplet: D1, 36 and 5A. RGB value is (209,54,90). Sum of RGB (Red+Green+Blue) = 209+54+90=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D1365A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1365A is #2EC9A5. Grayscale: #686868. Windows color (decimal): -3066278 or 5912273. OLE color: 5912273.

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

Color convert

RGB 209 54 90 -
CMYK 0 0.74 0.57 0.18
HSL 346.06º 0.63% 0.52% -
HSV(B) 346.06º 0.74% 0.82% -
XYZ 29.46 16.93 11.39 -
YUV 104.45 119.85 202.57 -
System Red Green Blue C M Y K H S L
Decimal 209 54 90 0 0.74 0.57 0.18 346.06 0.63 0.52
Hex D1 36 5A 0 4A 39 12 15A 3F 34
Octal 321 66 132 0 112 71 22 532 77 64
Binary 11010001 110110 1011010 0 1001010 111001 10010 101011010 111111 110100

Color Harmonies of #D1365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1365A

Black with #D1365A

Text Example


Text Example

White with #D1365A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1365A; }

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

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

background-color css

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

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

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

border-color css

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

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

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