Html Css Color HEX #D6368A Deep Cerise

📋 copy color: '#D6368A'

red 214 ◦ green 54 ◦ blue 138

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

Shades of Deep Cerise #D6368A

Tints of Deep Cerise #D6368A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 52.71%
G = 13.3%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6368A (or 0xD6368A) is known color: Deep Cerise. HEX triplet: D6, 36 and 8A. RGB value is (214,54,138). Sum of RGB (Red+Green+Blue) = 214+54+138=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6368A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6368A is #29C975. Grayscale: #6F6F6F. Windows color (decimal): -2738550 or 9058006. OLE color: 9058006.

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

Color convert

RGB 214 54 138 -
CMYK 0 0.75 0.36 0.16
HSL 328.5º 0.66% 0.53% -
HSV(B) 328.5º 0.75% 0.84% -
XYZ 33.64 18.77 25.89 -
YUV 111.42 143.01 201.17 -
System Red Green Blue C M Y K H S L
Decimal 214 54 138 0 0.75 0.36 0.16 328.5 0.66 0.53
Hex D6 36 8A 0 4B 24 10 148 42 35
Octal 326 66 212 0 113 44 20 510 102 65
Binary 11010110 110110 10001010 0 1001011 100100 10000 101001000 1000010 110101

Color Harmonies of #D6368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6368A

Black with #D6368A

Text Example


Text Example

White with #D6368A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6368A; }

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

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

background-color css

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

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

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

border-color css

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

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

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