Html Css Color HEX #D64283 Deep Cerise

📋 copy color: '#D64283'

red 214 ◦ green 66 ◦ blue 131

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

Shades of Deep Cerise #D64283

Tints of Deep Cerise #D64283

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.06%

 BLUE value IS 131 (51.56% from 255) = 31.87%

R = 52.07%
G = 16.06%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D64283 (or 0xD64283) is known color: Deep Cerise. HEX triplet: D6, 42 and 83. RGB value is (214,66,131). Sum of RGB (Red+Green+Blue) = 214+66+131=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D64283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64283 is #29BD7C. Grayscale: #757575. Windows color (decimal): -2735485 or 8602326. OLE color: 8602326.

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

Color convert

RGB 214 66 131 -
CMYK 0 0.69 0.39 0.16
HSL 333.65º 0.64% 0.55% -
HSV(B) 333.65º 0.69% 0.84% -
XYZ 33.78 19.83 23.52 -
YUV 117.66 135.53 196.71 -
System Red Green Blue C M Y K H S L
Decimal 214 66 131 0 0.69 0.39 0.16 333.65 0.64 0.55
Hex D6 42 83 0 45 27 10 14E 40 37
Octal 326 102 203 0 105 47 20 516 100 67
Binary 11010110 1000010 10000011 0 1000101 100111 10000 101001110 1000000 110111

Color Harmonies of #D64283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64283

Black with #D64283

Text Example


Text Example

White with #D64283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64283; }

 p { color: rgb(214,66,131); }

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

background-color css

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

 a { background-color: rgb(214,66,131); }

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

border-color css

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

 span { border-color: rgb(214,66,131); }

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