Html Css Color HEX #D63574 Cerise

📋 copy color: '#D63574'

red 214 ◦ green 53 ◦ blue 116

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

Shades of Cerise #D63574

Tints of Cerise #D63574

RGB

 RED value IS 214 (83.98% from 255) = 55.87%

 GREEN value IS 53 (21.09% from 255) = 13.84%

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 55.87%
G = 13.84%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D63574 (or 0xD63574) is known color: Cerise. HEX triplet: D6, 35 and 74. RGB value is (214,53,116). Sum of RGB (Red+Green+Blue) = 214+53+116=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D63574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63574 is #29CA8B. Grayscale: #6C6C6C. Windows color (decimal): -2738828 or 7615958. OLE color: 7615958.

HSL color Cylindrical-coordinate representation of color #D63574: hue angle of 336.52º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63574 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 53 116 -
CMYK 0 0.75 0.46 0.16
HSL 336.52º 0.66% 0.52% -
HSV(B) 336.52º 0.75% 0.84% -
XYZ 32.16 18.1 18.32 -
YUV 108.32 132.34 203.38 -
System Red Green Blue C M Y K H S L
Decimal 214 53 116 0 0.75 0.46 0.16 336.52 0.66 0.52
Hex D6 35 74 0 4B 2E 10 151 42 34
Octal 326 65 164 0 113 56 20 521 102 64
Binary 11010110 110101 1110100 0 1001011 101110 10000 101010001 1000010 110100

Color Harmonies of #D63574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63574

Black with #D63574

Text Example


Text Example

White with #D63574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63574; }

 p { color: rgb(214,53,116); }

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

background-color css

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

 a { background-color: rgb(214,53,116); }

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

border-color css

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

 span { border-color: rgb(214,53,116); }

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