Html Css Color HEX #D3307F Deep Cerise

📋 copy color: '#D3307F'

red 211 ◦ green 48 ◦ blue 127

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

Shades of Deep Cerise #D3307F

Tints of Deep Cerise #D3307F

RGB

 RED value IS 211 (82.81% from 255) = 54.66%

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

 BLUE value IS 127 (50% from 255) = 32.9%

R = 54.66%
G = 12.44%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D3307F (or 0xD3307F) is known color: Deep Cerise. HEX triplet: D3, 30 and 7F. RGB value is (211,48,127). Sum of RGB (Red+Green+Blue) = 211+48+127=386 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.66% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 211 - color contains mainly: red. Hex color #D3307F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3307F is #2CCF80. Grayscale: #696969. Windows color (decimal): -2936705 or 8335571. OLE color: 8335571.

HSL color Cylindrical-coordinate representation of color #D3307F: hue angle of 330.92º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D3307F is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 48 127 -
CMYK 0 0.77 0.40 0.17
HSL 330.92º 0.65% 0.51% -
HSV(B) 330.92º 0.77% 0.83% -
XYZ 31.75 17.5 21.78 -
YUV 105.74 140 203.08 -
System Red Green Blue C M Y K H S L
Decimal 211 48 127 0 0.77 0.40 0.17 330.92 0.65 0.51
Hex D3 30 7F 0 4D 28 11 14B 41 33
Octal 323 60 177 0 115 50 21 513 101 63
Binary 11010011 110000 1111111 0 1001101 101000 10001 101001011 1000001 110011

Color Harmonies of #D3307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3307F

Black with #D3307F

Text Example


Text Example

White with #D3307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3307F; }

 p { color: rgb(211,48,127); }

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

background-color css

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

 a { background-color: rgb(211,48,127); }

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

border-color css

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

 span { border-color: rgb(211,48,127); }

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