Html Css Color HEX #D6368F Deep Cerise

📋 copy color: '#D6368F'

red 214 ◦ green 54 ◦ blue 143

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

Shades of Deep Cerise #D6368F

Tints of Deep Cerise #D6368F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.79%

R = 52.07%
G = 13.14%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6368F (or 0xD6368F) is known color: Deep Cerise. HEX triplet: D6, 36 and 8F. RGB value is (214,54,143). Sum of RGB (Red+Green+Blue) = 214+54+143=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D6368F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6368F is #29C970. Grayscale: #6F6F6F. Windows color (decimal): -2738545 or 9385686. OLE color: 9385686.

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

Color convert

RGB 214 54 143 -
CMYK 0 0.75 0.33 0.16
HSL 326.63º 0.66% 0.53% -
HSV(B) 326.63º 0.75% 0.84% -
XYZ 34.01 18.92 27.85 -
YUV 111.99 145.51 200.76 -
System Red Green Blue C M Y K H S L
Decimal 214 54 143 0 0.75 0.33 0.16 326.63 0.66 0.53
Hex D6 36 8F 0 4B 21 10 147 42 35
Octal 326 66 217 0 113 41 20 507 102 65
Binary 11010110 110110 10001111 0 1001011 100001 10000 101000111 1000010 110101

Color Harmonies of #D6368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6368F

Black with #D6368F

Text Example


Text Example

White with #D6368F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6368F; }

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

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

background-color css

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

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

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

border-color css

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

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

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