Html Css Color HEX #D6366A Cerise

📋 copy color: '#D6366A'

red 214 ◦ green 54 ◦ blue 106

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

Shades of Cerise #D6366A

Tints of Cerise #D6366A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.44%

 BLUE value IS 106 (41.8% from 255) = 28.34%

R = 57.22%
G = 14.44%
B = 28.34%

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

#D6366A (or 0xD6366A) is known color: Cerise. HEX triplet: D6, 36 and 6A. RGB value is (214,54,106). Sum of RGB (Red+Green+Blue) = 214+54+106=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6366A is #29C995. Grayscale: #6B6B6B. Windows color (decimal): -2738582 or 6960854. OLE color: 6960854.

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

Color convert

RGB 214 54 106 -
CMYK 0 0.75 0.50 0.16
HSL 340.5º 0.66% 0.53% -
HSV(B) 340.5º 0.75% 0.84% -
XYZ 31.65 17.98 15.44 -
YUV 107.77 127.01 203.77 -
System Red Green Blue C M Y K H S L
Decimal 214 54 106 0 0.75 0.50 0.16 340.5 0.66 0.53
Hex D6 36 6A 0 4B 32 10 154 42 35
Octal 326 66 152 0 113 62 20 524 102 65
Binary 11010110 110110 1101010 0 1001011 110010 10000 101010100 1000010 110101

Color Harmonies of #D6366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6366A

Black with #D6366A

Text Example


Text Example

White with #D6366A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6366A; }

 p { color: rgb(214,54,106); }

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

background-color css

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

 a { background-color: rgb(214,54,106); }

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

border-color css

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

 span { border-color: rgb(214,54,106); }

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