Html Css Color HEX #D6356C Cerise

📋 copy color: '#D6356C'

red 214 ◦ green 53 ◦ blue 108

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

Shades of Cerise #D6356C

Tints of Cerise #D6356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.13%

 BLUE value IS 108 (42.58% from 255) = 28.8%

R = 57.07%
G = 14.13%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6356C (or 0xD6356C) is known color: Cerise. HEX triplet: D6, 35 and 6C. RGB value is (214,53,108). Sum of RGB (Red+Green+Blue) = 214+53+108=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D6356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6356C is #29CA93. Grayscale: #6B6B6B. Windows color (decimal): -2738836 or 7091670. OLE color: 7091670.

HSL color Cylindrical-coordinate representation of color #D6356C: hue angle of 339.5º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6356C is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 53 108 -
CMYK 0 0.75 0.50 0.16
HSL 339.5º 0.66% 0.52% -
HSV(B) 339.5º 0.75% 0.84% -
XYZ 31.71 17.93 15.98 -
YUV 107.41 128.34 204.03 -
System Red Green Blue C M Y K H S L
Decimal 214 53 108 0 0.75 0.50 0.16 339.5 0.66 0.52
Hex D6 35 6C 0 4B 32 10 154 42 34
Octal 326 65 154 0 113 62 20 524 102 64
Binary 11010110 110101 1101100 0 1001011 110010 10000 101010100 1000010 110100

Color Harmonies of #D6356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6356C

Black with #D6356C

Text Example


Text Example

White with #D6356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6356C; }

 p { color: rgb(214,53,108); }

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

background-color css

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

 a { background-color: rgb(214,53,108); }

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

border-color css

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

 span { border-color: rgb(214,53,108); }

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