Html Css Color HEX #D13969 Cerise

📋 copy color: '#D13969'

red 209 ◦ green 57 ◦ blue 105

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

Shades of Cerise #D13969

Tints of Cerise #D13969

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.36%

 BLUE value IS 105 (41.41% from 255) = 28.3%

R = 56.33%
G = 15.36%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D13969 (or 0xD13969) is known color: Cerise. HEX triplet: D1, 39 and 69. RGB value is (209,57,105). Sum of RGB (Red+Green+Blue) = 209+57+105=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D13969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13969 is #2EC696. Grayscale: #6B6B6B. Windows color (decimal): -3065495 or 6896081. OLE color: 6896081.

HSL color Cylindrical-coordinate representation of color #D13969: hue angle of 341.05º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13969 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 57 105 -
CMYK 0 0.73 0.50 0.18
HSL 341.05º 0.62% 0.52% -
HSV(B) 341.05º 0.73% 0.82% -
XYZ 30.31 17.5 15.15 -
YUV 107.92 126.36 200.1 -
System Red Green Blue C M Y K H S L
Decimal 209 57 105 0 0.73 0.50 0.18 341.05 0.62 0.52
Hex D1 39 69 0 49 32 12 155 3E 34
Octal 321 71 151 0 111 62 22 525 76 64
Binary 11010001 111001 1101001 0 1001001 110010 10010 101010101 111110 110100

Color Harmonies of #D13969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13969

Black with #D13969

Text Example


Text Example

White with #D13969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13969; }

 p { color: rgb(209,57,105); }

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

background-color css

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

 a { background-color: rgb(209,57,105); }

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

border-color css

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

 span { border-color: rgb(209,57,105); }

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