Html Css Color HEX #D6308A Deep Cerise

📋 copy color: '#D6308A'

red 214 ◦ green 48 ◦ blue 138

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

Shades of Deep Cerise #D6308A

Tints of Deep Cerise #D6308A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12%

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

R = 53.5%
G = 12%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6308A (or 0xD6308A) is known color: Deep Cerise. HEX triplet: D6, 30 and 8A. RGB value is (214,48,138). Sum of RGB (Red+Green+Blue) = 214+48+138=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D6308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6308A is #29CF75. Grayscale: #6B6B6B. Windows color (decimal): -2740086 or 9056470. OLE color: 9056470.

HSL color Cylindrical-coordinate representation of color #D6308A: hue angle of 327.47º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6308A is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 48 138 -
CMYK 0 0.78 0.36 0.16
HSL 327.47º 0.67% 0.51% -
HSV(B) 327.47º 0.78% 0.84% -
XYZ 33.38 18.25 25.81 -
YUV 107.89 145 203.68 -
System Red Green Blue C M Y K H S L
Decimal 214 48 138 0 0.78 0.36 0.16 327.47 0.67 0.51
Hex D6 30 8A 0 4E 24 10 147 43 33
Octal 326 60 212 0 116 44 20 507 103 63
Binary 11010110 110000 10001010 0 1001110 100100 10000 101000111 1000011 110011

Color Harmonies of #D6308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6308A

Black with #D6308A

Text Example


Text Example

White with #D6308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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