Html Css Color HEX #D6308B Deep Cerise

📋 copy color: '#D6308B'

red 214 ◦ green 48 ◦ blue 139

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

Shades of Deep Cerise #D6308B

Tints of Deep Cerise #D6308B

RGB

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

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

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

R = 53.37%
G = 11.97%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6308B (or 0xD6308B) is known color: Deep Cerise. HEX triplet: D6, 30 and 8B. RGB value is (214,48,139). Sum of RGB (Red+Green+Blue) = 214+48+139=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D6308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6308B is #29CF74. Grayscale: #6B6B6B. Windows color (decimal): -2740085 or 9122006. OLE color: 9122006.

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

Color convert

RGB 214 48 139 -
CMYK 0 0.78 0.35 0.16
HSL 327.11º 0.67% 0.51% -
HSV(B) 327.11º 0.78% 0.84% -
XYZ 33.45 18.27 26.19 -
YUV 108.01 145.5 203.6 -
System Red Green Blue C M Y K H S L
Decimal 214 48 139 0 0.78 0.35 0.16 327.11 0.67 0.51
Hex D6 30 8B 0 4E 23 10 147 43 33
Octal 326 60 213 0 116 43 20 507 103 63
Binary 11010110 110000 10001011 0 1001110 100011 10000 101000111 1000011 110011

Color Harmonies of #D6308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6308B

Black with #D6308B

Text Example


Text Example

White with #D6308B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6308B; }

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

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

background-color css

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

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

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

border-color css

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

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

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