Html Css Color HEX #D6385A Cerise

📋 copy color: '#D6385A'

red 214 ◦ green 56 ◦ blue 90

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

Shades of Cerise #D6385A

Tints of Cerise #D6385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.56%

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

R = 59.44%
G = 15.56%
B = 25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6385A (or 0xD6385A) is known color: Cerise. HEX triplet: D6, 38 and 5A. RGB value is (214,56,90). Sum of RGB (Red+Green+Blue) = 214+56+90=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6385A is #29C7A5. Grayscale: #6B6B6B. Windows color (decimal): -2738086 or 5912790. OLE color: 5912790.

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

Color convert

RGB 214 56 90 -
CMYK 0 0.74 0.58 0.16
HSL 347.09º 0.66% 0.53% -
HSV(B) 347.09º 0.74% 0.84% -
XYZ 30.99 17.86 11.49 -
YUV 107.12 118.35 204.24 -
System Red Green Blue C M Y K H S L
Decimal 214 56 90 0 0.74 0.58 0.16 347.09 0.66 0.53
Hex D6 38 5A 0 4A 3A 10 15B 42 35
Octal 326 70 132 0 112 72 20 533 102 65
Binary 11010110 111000 1011010 0 1001010 111010 10000 101011011 1000010 110101

Color Harmonies of #D6385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6385A

Black with #D6385A

Text Example


Text Example

White with #D6385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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