Html Css Color HEX #D0338B Deep Cerise

📋 copy color: '#D0338B'

red 208 ◦ green 51 ◦ blue 139

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

Shades of Deep Cerise #D0338B

Tints of Deep Cerise #D0338B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.81%

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

R = 52.26%
G = 12.81%
B = 34.92%

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

#D0338B (or 0xD0338B) is known color: Deep Cerise. HEX triplet: D0, 33 and 8B. RGB value is (208,51,139). Sum of RGB (Red+Green+Blue) = 208+51+139=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0338B is #2FCC74. Grayscale: #6B6B6B. Windows color (decimal): -3132533 or 9122768. OLE color: 9122768.

HSL color Cylindrical-coordinate representation of color #D0338B: hue angle of 326.37º degrees, saturation: 0.63, 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 #D0338B is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 51 139 -
CMYK 0 0.75 0.33 0.18
HSL 326.37º 0.63% 0.51% -
HSV(B) 326.37º 0.75% 0.82% -
XYZ 31.86 17.64 26.15 -
YUV 107.98 145.51 199.34 -
System Red Green Blue C M Y K H S L
Decimal 208 51 139 0 0.75 0.33 0.18 326.37 0.63 0.51
Hex D0 33 8B 0 4B 21 12 146 3F 33
Octal 320 63 213 0 113 41 22 506 77 63
Binary 11010000 110011 10001011 0 1001011 100001 10010 101000110 111111 110011

Color Harmonies of #D0338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0338B

Black with #D0338B

Text Example


Text Example

White with #D0338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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