Html Css Color HEX #D6415E Cerise

📋 copy color: '#D6415E'

red 214 ◦ green 65 ◦ blue 94

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

Shades of Cerise #D6415E

Tints of Cerise #D6415E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.43%

 BLUE value IS 94 (37.11% from 255) = 25.2%

R = 57.37%
G = 17.43%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6415E (or 0xD6415E) is known color: Cerise. HEX triplet: D6, 41 and 5E. RGB value is (214,65,94). Sum of RGB (Red+Green+Blue) = 214+65+94=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6415E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6415E is #29BEA1. Grayscale: #707070. Windows color (decimal): -2735778 or 6177238. OLE color: 6177238.

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

Color convert

RGB 214 65 94 -
CMYK 0 0.70 0.56 0.16
HSL 348.32º 0.65% 0.55% -
HSV(B) 348.32º 0.7% 0.84% -
XYZ 31.64 18.88 12.57 -
YUV 112.86 117.36 200.14 -
System Red Green Blue C M Y K H S L
Decimal 214 65 94 0 0.70 0.56 0.16 348.32 0.65 0.55
Hex D6 41 5E 0 46 38 10 15C 41 37
Octal 326 101 136 0 106 70 20 534 101 67
Binary 11010110 1000001 1011110 0 1000110 111000 10000 101011100 1000001 110111

Color Harmonies of #D6415E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6415E

Black with #D6415E

Text Example


Text Example

White with #D6415E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6415E; }

 p { color: rgb(214,65,94); }

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

background-color css

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

 a { background-color: rgb(214,65,94); }

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

border-color css

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

 span { border-color: rgb(214,65,94); }

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