Html Css Color HEX #D6245D Cerise

📋 copy color: '#D6245D'

red 214 ◦ green 36 ◦ blue 93

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

Shades of Cerise #D6245D

Tints of Cerise #D6245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.5%

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

R = 62.39%
G = 10.5%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6245D (or 0xD6245D) is known color: Cerise. HEX triplet: D6, 24 and 5D. RGB value is (214,36,93). Sum of RGB (Red+Green+Blue) = 214+36+93=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D6245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6245D is #29DBA2. Grayscale: #5F5F5F. Windows color (decimal): -2743203 or 6104278. OLE color: 6104278.

HSL color Cylindrical-coordinate representation of color #D6245D: hue angle of 340.79º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6245D is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 36 93 -
CMYK 0 0.83 0.57 0.16
HSL 340.79º 0.71% 0.49% -
HSV(B) 340.79º 0.83% 0.84% -
XYZ 30.34 16.35 11.91 -
YUV 95.72 126.47 212.37 -
System Red Green Blue C M Y K H S L
Decimal 214 36 93 0 0.83 0.57 0.16 340.79 0.71 0.49
Hex D6 24 5D 0 53 39 10 155 47 31
Octal 326 44 135 0 123 71 20 525 107 61
Binary 11010110 100100 1011101 0 1010011 111001 10000 101010101 1000111 110001

Color Harmonies of #D6245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6245D

Black with #D6245D

Text Example


Text Example

White with #D6245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6245D; }

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

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

background-color css

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

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

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

border-color css

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

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

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