Html Css Color HEX #D0358B Deep Cerise

📋 copy color: '#D0358B'

red 208 ◦ green 53 ◦ blue 139

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

Shades of Deep Cerise #D0358B

Tints of Deep Cerise #D0358B

RGB

 RED value IS 208 (81.64% from 255) = 52%

 GREEN value IS 53 (21.09% from 255) = 13.25%

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

R = 52%
G = 13.25%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0358B (or 0xD0358B) is known color: Deep Cerise. HEX triplet: D0, 35 and 8B. RGB value is (208,53,139). Sum of RGB (Red+Green+Blue) = 208+53+139=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0358B is #2FCA74. Grayscale: #6C6C6C. Windows color (decimal): -3132021 or 9123280. OLE color: 9123280.

HSL color Cylindrical-coordinate representation of color #D0358B: hue angle of 326.71º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0358B is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 53 139 -
CMYK 0 0.75 0.33 0.18
HSL 326.71º 0.62% 0.51% -
HSV(B) 326.71º 0.75% 0.82% -
XYZ 31.95 17.82 26.18 -
YUV 109.15 144.85 198.51 -
System Red Green Blue C M Y K H S L
Decimal 208 53 139 0 0.75 0.33 0.18 326.71 0.62 0.51
Hex D0 35 8B 0 4B 21 12 147 3E 33
Octal 320 65 213 0 113 41 22 507 76 63
Binary 11010000 110101 10001011 0 1001011 100001 10010 101000111 111110 110011

Color Harmonies of #D0358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0358B

Black with #D0358B

Text Example


Text Example

White with #D0358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0358B; }

 p { color: rgb(208,53,139); }

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

background-color css

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

 a { background-color: rgb(208,53,139); }

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

border-color css

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

 span { border-color: rgb(208,53,139); }

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