Html Css Color HEX #D6375A Cerise

📋 copy color: '#D6375A'

red 214 ◦ green 55 ◦ blue 90

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

Shades of Cerise #D6375A

Tints of Cerise #D6375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.32%

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

R = 59.61%
G = 15.32%
B = 25.07%

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

#D6375A (or 0xD6375A) is known color: Cerise. HEX triplet: D6, 37 and 5A. RGB value is (214,55,90). Sum of RGB (Red+Green+Blue) = 214+55+90=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6375A is #29C8A5. Grayscale: #6A6A6A. Windows color (decimal): -2738342 or 5912534. OLE color: 5912534.

HSL color Cylindrical-coordinate representation of color #D6375A: hue angle of 346.79º 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 #D6375A is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 55 90 -
CMYK 0 0.74 0.58 0.16
HSL 346.79º 0.66% 0.53% -
HSV(B) 346.79º 0.74% 0.84% -
XYZ 30.94 17.77 11.47 -
YUV 106.53 118.68 204.65 -
System Red Green Blue C M Y K H S L
Decimal 214 55 90 0 0.74 0.58 0.16 346.79 0.66 0.53
Hex D6 37 5A 0 4A 3A 10 15B 42 35
Octal 326 67 132 0 112 72 20 533 102 65
Binary 11010110 110111 1011010 0 1001010 111010 10000 101011011 1000010 110101

Color Harmonies of #D6375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6375A

Black with #D6375A

Text Example


Text Example

White with #D6375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6375A; }

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

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

background-color css

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

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

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

border-color css

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

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

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