Html Css Color HEX #D6367B Deep Cerise

📋 copy color: '#D6367B'

red 214 ◦ green 54 ◦ blue 123

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

Shades of Deep Cerise #D6367B

Tints of Deep Cerise #D6367B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.46%

R = 54.73%
G = 13.81%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6367B (or 0xD6367B) is known color: Deep Cerise. HEX triplet: D6, 36 and 7B. RGB value is (214,54,123). Sum of RGB (Red+Green+Blue) = 214+54+123=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6367B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6367B is #29C984. Grayscale: #6D6D6D. Windows color (decimal): -2738565 or 8074966. OLE color: 8074966.

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

Color convert

RGB 214 54 123 -
CMYK 0 0.75 0.43 0.16
HSL 334.13º 0.66% 0.53% -
HSV(B) 334.13º 0.75% 0.84% -
XYZ 32.63 18.36 20.56 -
YUV 109.71 135.51 202.39 -
System Red Green Blue C M Y K H S L
Decimal 214 54 123 0 0.75 0.43 0.16 334.13 0.66 0.53
Hex D6 36 7B 0 4B 2B 10 14E 42 35
Octal 326 66 173 0 113 53 20 516 102 65
Binary 11010110 110110 1111011 0 1001011 101011 10000 101001110 1000010 110101

Color Harmonies of #D6367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6367B

Black with #D6367B

Text Example


Text Example

White with #D6367B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6367B; }

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

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

background-color css

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

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

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

border-color css

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

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

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