Html Css Color HEX #D3258B Deep Cerise

📋 copy color: '#D3258B'

red 211 ◦ green 37 ◦ blue 139

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

Shades of Deep Cerise #D3258B

Tints of Deep Cerise #D3258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.56%

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

R = 54.52%
G = 9.56%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3258B (or 0xD3258B) is known color: Deep Cerise. HEX triplet: D3, 25 and 8B. RGB value is (211,37,139). Sum of RGB (Red+Green+Blue) = 211+37+139=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D3258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3258B is #2CDA74. Grayscale: #646464. Windows color (decimal): -2939509 or 9119187. OLE color: 9119187.

HSL color Cylindrical-coordinate representation of color #D3258B: hue angle of 324.83º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3258B is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 37 139 -
CMYK 0 0.82 0.34 0.17
HSL 324.83º 0.7% 0.49% -
HSV(B) 324.83º 0.82% 0.83% -
XYZ 32.19 17.04 26.02 -
YUV 100.65 149.65 206.71 -
System Red Green Blue C M Y K H S L
Decimal 211 37 139 0 0.82 0.34 0.17 324.83 0.7 0.49
Hex D3 25 8B 0 52 22 11 145 46 31
Octal 323 45 213 0 122 42 21 505 106 61
Binary 11010011 100101 10001011 0 1010010 100010 10001 101000101 1000110 110001

Color Harmonies of #D3258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3258B

Black with #D3258B

Text Example


Text Example

White with #D3258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3258B; }

 p { color: rgb(211,37,139); }

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

background-color css

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

 a { background-color: rgb(211,37,139); }

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

border-color css

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

 span { border-color: rgb(211,37,139); }

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