Html Css Color HEX #D62358 Cerise

📋 copy color: '#D62358'

red 214 ◦ green 35 ◦ blue 88

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

Shades of Cerise #D62358

Tints of Cerise #D62358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.39%

 BLUE value IS 88 (34.77% from 255) = 26.11%

R = 63.5%
G = 10.39%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D62358 (or 0xD62358) is known color: Cerise. HEX triplet: D6, 23 and 58. RGB value is (214,35,88). Sum of RGB (Red+Green+Blue) = 214+35+88=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D62358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62358 is #29DCA7. Grayscale: #5E5E5E. Windows color (decimal): -2743464 or 5776342. OLE color: 5776342.

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

Color convert

RGB 214 35 88 -
CMYK 0 0.84 0.59 0.16
HSL 342.23º 0.72% 0.49% -
HSV(B) 342.23º 0.84% 0.84% -
XYZ 30.09 16.2 10.77 -
YUV 94.56 124.3 213.19 -
System Red Green Blue C M Y K H S L
Decimal 214 35 88 0 0.84 0.59 0.16 342.23 0.72 0.49
Hex D6 23 58 0 54 3B 10 156 48 31
Octal 326 43 130 0 124 73 20 526 110 61
Binary 11010110 100011 1011000 0 1010100 111011 10000 101010110 1001000 110001

Color Harmonies of #D62358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62358

Black with #D62358

Text Example


Text Example

White with #D62358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62358; }

 p { color: rgb(214,35,88); }

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

background-color css

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

 a { background-color: rgb(214,35,88); }

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

border-color css

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

 span { border-color: rgb(214,35,88); }

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