Html Css Color HEX #D6368D Deep Cerise

📋 copy color: '#D6368D'

red 214 ◦ green 54 ◦ blue 141

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

Shades of Deep Cerise #D6368D

Tints of Deep Cerise #D6368D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.47%

R = 52.32%
G = 13.2%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6368D (or 0xD6368D) is known color: Deep Cerise. HEX triplet: D6, 36 and 8D. RGB value is (214,54,141). Sum of RGB (Red+Green+Blue) = 214+54+141=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6368D is #29C972. Grayscale: #6F6F6F. Windows color (decimal): -2738547 or 9254614. OLE color: 9254614.

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

Color convert

RGB 214 54 141 -
CMYK 0 0.75 0.34 0.16
HSL 327.38º 0.66% 0.53% -
HSV(B) 327.38º 0.75% 0.84% -
XYZ 33.86 18.86 27.05 -
YUV 111.76 144.51 200.93 -
System Red Green Blue C M Y K H S L
Decimal 214 54 141 0 0.75 0.34 0.16 327.38 0.66 0.53
Hex D6 36 8D 0 4B 22 10 147 42 35
Octal 326 66 215 0 113 42 20 507 102 65
Binary 11010110 110110 10001101 0 1001011 100010 10000 101000111 1000010 110101

Color Harmonies of #D6368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6368D

Black with #D6368D

Text Example


Text Example

White with #D6368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6368D; }

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

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

background-color css

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

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

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

border-color css

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

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

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