Html Css Color HEX #D13A64 Cerise

📋 copy color: '#D13A64'

red 209 ◦ green 58 ◦ blue 100

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

Shades of Cerise #D13A64

Tints of Cerise #D13A64

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.8%

 BLUE value IS 100 (39.45% from 255) = 27.25%

R = 56.95%
G = 15.8%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D13A64 (or 0xD13A64) is known color: Cerise. HEX triplet: D1, 3A and 64. RGB value is (209,58,100). Sum of RGB (Red+Green+Blue) = 209+58+100=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A64 is #2EC59B. Grayscale: #6B6B6B. Windows color (decimal): -3065244 or 6568657. OLE color: 6568657.

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

Color convert

RGB 209 58 100 -
CMYK 0 0.72 0.52 0.18
HSL 343.31º 0.62% 0.52% -
HSV(B) 343.31º 0.72% 0.82% -
XYZ 30.11 17.5 13.85 -
YUV 107.94 123.53 200.08 -
System Red Green Blue C M Y K H S L
Decimal 209 58 100 0 0.72 0.52 0.18 343.31 0.62 0.52
Hex D1 3A 64 0 48 34 12 157 3E 34
Octal 321 72 144 0 110 64 22 527 76 64
Binary 11010001 111010 1100100 0 1001000 110100 10010 101010111 111110 110100

Color Harmonies of #D13A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A64

Black with #D13A64

Text Example


Text Example

White with #D13A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A64; }

 p { color: rgb(209,58,100); }

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

background-color css

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

 a { background-color: rgb(209,58,100); }

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

border-color css

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

 span { border-color: rgb(209,58,100); }

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