Html Css Color HEX #D0305A Cerise

📋 copy color: '#D0305A'

red 208 ◦ green 48 ◦ blue 90

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

Shades of Cerise #D0305A

Tints of Cerise #D0305A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.87%

 BLUE value IS 90 (35.55% from 255) = 26.01%

R = 60.12%
G = 13.87%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0305A (or 0xD0305A) is known color: Cerise. HEX triplet: D0, 30 and 5A. RGB value is (208,48,90). Sum of RGB (Red+Green+Blue) = 208+48+90=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D0305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0305A is #2FCFA5. Grayscale: #646464. Windows color (decimal): -3133350 or 5910736. OLE color: 5910736.

HSL color Cylindrical-coordinate representation of color #D0305A: hue angle of 344.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0305A is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 48 90 -
CMYK 0 0.77 0.57 0.18
HSL 344.25º 0.63% 0.5% -
HSV(B) 344.25º 0.77% 0.82% -
XYZ 28.91 16.26 11.29 -
YUV 100.63 122.01 204.58 -
System Red Green Blue C M Y K H S L
Decimal 208 48 90 0 0.77 0.57 0.18 344.25 0.63 0.5
Hex D0 30 5A 0 4D 39 12 158 3F 32
Octal 320 60 132 0 115 71 22 530 77 62
Binary 11010000 110000 1011010 0 1001101 111001 10010 101011000 111111 110010

Color Harmonies of #D0305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0305A

Black with #D0305A

Text Example


Text Example

White with #D0305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0305A; }

 p { color: rgb(208,48,90); }

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

background-color css

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

 a { background-color: rgb(208,48,90); }

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

border-color css

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

 span { border-color: rgb(208,48,90); }

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