Html Css Color HEX #D3369F Deep Cerise

📋 copy color: '#D3369F'

red 211 ◦ green 54 ◦ blue 159

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

Shades of Deep Cerise #D3369F

Tints of Deep Cerise #D3369F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.5%

R = 49.76%
G = 12.74%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D3369F (or 0xD3369F) is known color: Deep Cerise. HEX triplet: D3, 36 and 9F. RGB value is (211,54,159). Sum of RGB (Red+Green+Blue) = 211+54+159=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D3369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3369F is #2CC960. Grayscale: #707070. Windows color (decimal): -2935137 or 10434259. OLE color: 10434259.

HSL color Cylindrical-coordinate representation of color #D3369F: hue angle of 319.87º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3369F is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 54 159 -
CMYK 0 0.74 0.25 0.17
HSL 319.87º 0.64% 0.52% -
HSV(B) 319.87º 0.74% 0.83% -
XYZ 34.44 18.99 34.65 -
YUV 112.91 154.01 197.96 -
System Red Green Blue C M Y K H S L
Decimal 211 54 159 0 0.74 0.25 0.17 319.87 0.64 0.52
Hex D3 36 9F 0 4A 19 11 140 40 34
Octal 323 66 237 0 112 31 21 500 100 64
Binary 11010011 110110 10011111 0 1001010 11001 10001 101000000 1000000 110100

Color Harmonies of #D3369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3369F

Black with #D3369F

Text Example


Text Example

White with #D3369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3369F; }

 p { color: rgb(211,54,159); }

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

background-color css

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

 a { background-color: rgb(211,54,159); }

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

border-color css

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

 span { border-color: rgb(211,54,159); }

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