Html Css Color HEX #D64385 Deep Cerise

📋 copy color: '#D64385'

red 214 ◦ green 67 ◦ blue 133

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

Shades of Deep Cerise #D64385

Tints of Deep Cerise #D64385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.18%

 BLUE value IS 133 (52.34% from 255) = 32.13%

R = 51.69%
G = 16.18%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D64385 (or 0xD64385) is known color: Deep Cerise. HEX triplet: D6, 43 and 85. RGB value is (214,67,133). Sum of RGB (Red+Green+Blue) = 214+67+133=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D64385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64385 is #29BC7A. Grayscale: #767676. Windows color (decimal): -2735227 or 8733654. OLE color: 8733654.

HSL color Cylindrical-coordinate representation of color #D64385: hue angle of 333.06º 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 #D64385 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 67 133 -
CMYK 0 0.69 0.38 0.16
HSL 333.06º 0.64% 0.55% -
HSV(B) 333.06º 0.69% 0.84% -
XYZ 33.97 20 24.26 -
YUV 118.48 136.2 196.13 -
System Red Green Blue C M Y K H S L
Decimal 214 67 133 0 0.69 0.38 0.16 333.06 0.64 0.55
Hex D6 43 85 0 45 26 10 14D 40 37
Octal 326 103 205 0 105 46 20 515 100 67
Binary 11010110 1000011 10000101 0 1000101 100110 10000 101001101 1000000 110111

Color Harmonies of #D64385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64385

Black with #D64385

Text Example


Text Example

White with #D64385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64385; }

 p { color: rgb(214,67,133); }

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

background-color css

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

 a { background-color: rgb(214,67,133); }

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

border-color css

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

 span { border-color: rgb(214,67,133); }

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