Html Css Color HEX #D52769 Cerise

📋 copy color: '#D52769'

red 213 ◦ green 39 ◦ blue 105

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

Shades of Cerise #D52769

Tints of Cerise #D52769

RGB

 RED value IS 213 (83.59% from 255) = 59.66%

 GREEN value IS 39 (15.63% from 255) = 10.92%

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

R = 59.66%
G = 10.92%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D52769 (or 0xD52769) is known color: Cerise. HEX triplet: D5, 27 and 69. RGB value is (213,39,105). Sum of RGB (Red+Green+Blue) = 213+39+105=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D52769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52769 is #2AD896. Grayscale: #626262. Windows color (decimal): -2807959 or 6891477. OLE color: 6891477.

HSL color Cylindrical-coordinate representation of color #D52769: hue angle of 337.24º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52769 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 39 105 -
CMYK 0 0.82 0.51 0.16
HSL 337.24º 0.69% 0.49% -
HSV(B) 337.24º 0.82% 0.84% -
XYZ 30.72 16.62 14.95 -
YUV 98.55 131.65 209.63 -
System Red Green Blue C M Y K H S L
Decimal 213 39 105 0 0.82 0.51 0.16 337.24 0.69 0.49
Hex D5 27 69 0 52 33 10 151 45 31
Octal 325 47 151 0 122 63 20 521 105 61
Binary 11010101 100111 1101001 0 1010010 110011 10000 101010001 1000101 110001

Color Harmonies of #D52769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52769

Black with #D52769

Text Example


Text Example

White with #D52769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52769; }

 p { color: rgb(213,39,105); }

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

background-color css

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

 a { background-color: rgb(213,39,105); }

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

border-color css

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

 span { border-color: rgb(213,39,105); }

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