Html Css Color HEX #D6345A Cerise

📋 copy color: '#D6345A'

red 214 ◦ green 52 ◦ blue 90

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

Shades of Cerise #D6345A

Tints of Cerise #D6345A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.61%

 BLUE value IS 90 (35.55% from 255) = 25.28%

R = 60.11%
G = 14.61%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6345A (or 0xD6345A) is known color: Cerise. HEX triplet: D6, 34 and 5A. RGB value is (214,52,90). Sum of RGB (Red+Green+Blue) = 214+52+90=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6345A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6345A is #29CBA5. Grayscale: #686868. Windows color (decimal): -2739110 or 5911766. OLE color: 5911766.

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

Color convert

RGB 214 52 90 -
CMYK 0 0.76 0.58 0.16
HSL 345.93º 0.66% 0.52% -
HSV(B) 345.93º 0.76% 0.84% -
XYZ 30.81 17.49 11.43 -
YUV 104.77 119.67 205.91 -
System Red Green Blue C M Y K H S L
Decimal 214 52 90 0 0.76 0.58 0.16 345.93 0.66 0.52
Hex D6 34 5A 0 4C 3A 10 15A 42 34
Octal 326 64 132 0 114 72 20 532 102 64
Binary 11010110 110100 1011010 0 1001100 111010 10000 101011010 1000010 110100

Color Harmonies of #D6345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6345A

Black with #D6345A

Text Example


Text Example

White with #D6345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6345A; }

 p { color: rgb(214,52,90); }

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

background-color css

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

 a { background-color: rgb(214,52,90); }

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

border-color css

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

 span { border-color: rgb(214,52,90); }

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