Html Css Color HEX #D5307F Deep Cerise

📋 copy color: '#D5307F'

red 213 ◦ green 48 ◦ blue 127

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

Shades of Deep Cerise #D5307F

Tints of Deep Cerise #D5307F

RGB

 RED value IS 213 (83.59% from 255) = 54.9%

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

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

R = 54.9%
G = 12.37%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5307F (or 0xD5307F) is known color: Deep Cerise. HEX triplet: D5, 30 and 7F. RGB value is (213,48,127). Sum of RGB (Red+Green+Blue) = 213+48+127=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5307F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5307F is #2ACF80. Grayscale: #6A6A6A. Windows color (decimal): -2805633 or 8335573. OLE color: 8335573.

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

Color convert

RGB 213 48 127 -
CMYK 0 0.77 0.40 0.16
HSL 331.27º 0.66% 0.51% -
HSV(B) 331.27º 0.77% 0.84% -
XYZ 32.33 17.79 21.81 -
YUV 106.34 139.66 204.08 -
System Red Green Blue C M Y K H S L
Decimal 213 48 127 0 0.77 0.40 0.16 331.27 0.66 0.51
Hex D5 30 7F 0 4D 28 10 14B 42 33
Octal 325 60 177 0 115 50 20 513 102 63
Binary 11010101 110000 1111111 0 1001101 101000 10000 101001011 1000010 110011

Color Harmonies of #D5307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5307F

Black with #D5307F

Text Example


Text Example

White with #D5307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5307F; }

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

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

background-color css

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

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

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

border-color css

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

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

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