Html Css Color HEX #D6368B Deep Cerise

📋 copy color: '#D6368B'

red 214 ◦ green 54 ◦ blue 139

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

Shades of Deep Cerise #D6368B

Tints of Deep Cerise #D6368B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.15%

R = 52.58%
G = 13.27%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6368B (or 0xD6368B) is known color: Deep Cerise. HEX triplet: D6, 36 and 8B. RGB value is (214,54,139). Sum of RGB (Red+Green+Blue) = 214+54+139=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6368B is #29C974. Grayscale: #6F6F6F. Windows color (decimal): -2738549 or 9123542. OLE color: 9123542.

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

Color convert

RGB 214 54 139 -
CMYK 0 0.75 0.35 0.16
HSL 328.13º 0.66% 0.53% -
HSV(B) 328.13º 0.75% 0.84% -
XYZ 33.71 18.8 26.28 -
YUV 111.53 143.51 201.09 -
System Red Green Blue C M Y K H S L
Decimal 214 54 139 0 0.75 0.35 0.16 328.13 0.66 0.53
Hex D6 36 8B 0 4B 23 10 148 42 35
Octal 326 66 213 0 113 43 20 510 102 65
Binary 11010110 110110 10001011 0 1001011 100011 10000 101001000 1000010 110101

Color Harmonies of #D6368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6368B

Black with #D6368B

Text Example


Text Example

White with #D6368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6368B; }

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

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

background-color css

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

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

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

border-color css

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

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

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