Html Css Color HEX #D6395A Cerise

📋 copy color: '#D6395A'

red 214 ◦ green 57 ◦ blue 90

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

Shades of Cerise #D6395A

Tints of Cerise #D6395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.79%

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

R = 59.28%
G = 15.79%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6395A (or 0xD6395A) is known color: Cerise. HEX triplet: D6, 39 and 5A. RGB value is (214,57,90). Sum of RGB (Red+Green+Blue) = 214+57+90=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6395A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6395A is #29C6A5. Grayscale: #6B6B6B. Windows color (decimal): -2737830 or 5913046. OLE color: 5913046.

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

Color convert

RGB 214 57 90 -
CMYK 0 0.73 0.58 0.16
HSL 347.39º 0.66% 0.53% -
HSV(B) 347.39º 0.73% 0.84% -
XYZ 31.04 17.96 11.5 -
YUV 107.71 118.01 203.82 -
System Red Green Blue C M Y K H S L
Decimal 214 57 90 0 0.73 0.58 0.16 347.39 0.66 0.53
Hex D6 39 5A 0 49 3A 10 15B 42 35
Octal 326 71 132 0 111 72 20 533 102 65
Binary 11010110 111001 1011010 0 1001001 111010 10000 101011011 1000010 110101

Color Harmonies of #D6395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6395A

Black with #D6395A

Text Example


Text Example

White with #D6395A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6395A; }

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

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

background-color css

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

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

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

border-color css

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

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

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