Html Css Color HEX #D0396A Cerise

📋 copy color: '#D0396A'

red 208 ◦ green 57 ◦ blue 106

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

Shades of Cerise #D0396A

Tints of Cerise #D0396A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.36%

 BLUE value IS 106 (41.8% from 255) = 28.57%

R = 56.06%
G = 15.36%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0396A (or 0xD0396A) is known color: Cerise. HEX triplet: D0, 39 and 6A. RGB value is (208,57,106). Sum of RGB (Red+Green+Blue) = 208+57+106=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0396A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0396A is #2FC695. Grayscale: #6B6B6B. Windows color (decimal): -3131030 or 6961616. OLE color: 6961616.

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

Color convert

RGB 208 57 106 -
CMYK 0 0.73 0.49 0.18
HSL 340.53º 0.62% 0.52% -
HSV(B) 340.53º 0.73% 0.82% -
XYZ 30.08 17.38 15.4 -
YUV 107.74 127.03 199.52 -
System Red Green Blue C M Y K H S L
Decimal 208 57 106 0 0.73 0.49 0.18 340.53 0.62 0.52
Hex D0 39 6A 0 49 31 12 155 3E 34
Octal 320 71 152 0 111 61 22 525 76 64
Binary 11010000 111001 1101010 0 1001001 110001 10010 101010101 111110 110100

Color Harmonies of #D0396A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0396A

Black with #D0396A

Text Example


Text Example

White with #D0396A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0396A; }

 p { color: rgb(208,57,106); }

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

background-color css

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

 a { background-color: rgb(208,57,106); }

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

border-color css

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

 span { border-color: rgb(208,57,106); }

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