Html Css Color HEX #D6405D Cerise

📋 copy color: '#D6405D'

red 214 ◦ green 64 ◦ blue 93

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

Shades of Cerise #D6405D

Tints of Cerise #D6405D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.25%

 BLUE value IS 93 (36.72% from 255) = 25.07%

R = 57.68%
G = 17.25%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6405D (or 0xD6405D) is known color: Cerise. HEX triplet: D6, 40 and 5D. RGB value is (214,64,93). Sum of RGB (Red+Green+Blue) = 214+64+93=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6405D is #29BFA2. Grayscale: #707070. Windows color (decimal): -2736035 or 6111446. OLE color: 6111446.

HSL color Cylindrical-coordinate representation of color #D6405D: hue angle of 348.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6405D is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 64 93 -
CMYK 0 0.70 0.57 0.16
HSL 348.4º 0.65% 0.55% -
HSV(B) 348.4º 0.7% 0.84% -
XYZ 31.54 18.75 12.31 -
YUV 112.16 117.2 200.64 -
System Red Green Blue C M Y K H S L
Decimal 214 64 93 0 0.70 0.57 0.16 348.4 0.65 0.55
Hex D6 40 5D 0 46 39 10 15C 41 37
Octal 326 100 135 0 106 71 20 534 101 67
Binary 11010110 1000000 1011101 0 1000110 111001 10000 101011100 1000001 110111

Color Harmonies of #D6405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6405D

Black with #D6405D

Text Example


Text Example

White with #D6405D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6405D; }

 p { color: rgb(214,64,93); }

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

background-color css

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

 a { background-color: rgb(214,64,93); }

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

border-color css

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

 span { border-color: rgb(214,64,93); }

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